home *** CD-ROM | disk | FTP | other *** search
/ Champak 56 / Volume 56 - JOGO DISK .iso / Games / topmodel.swf / scripts / DefineSprite_276 / frame_1 / DoAction.as
Text File  |  2008-01-09  |  365b  |  21 lines

  1. stop();
  2. bt_sound = new sound();
  3. bt_sound.attachSound("bt");
  4. this.onPress = function()
  5. {
  6.    bt_sound.start();
  7.    _root.v_mc.gotoAndStop(53);
  8.    gotoAndStop(2);
  9. };
  10. this.onRelease = function()
  11. {
  12.    gotoAndStop(1);
  13.    _root.sel = "5-3";
  14.    _root.cur_mc.gotoAndStop(53);
  15.    Mouse.hide();
  16. };
  17. this.onReleaseOutside = function()
  18. {
  19.    gotoAndStop(1);
  20. };
  21.